2025-07-13 01:04:41,885 [ 400475 ] INFO : ClickHouse root is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse (runner:53, check_args_and_update_paths) 2025-07-13 01:04:41,885 [ 400475 ] INFO : Cases dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:79, check_args_and_update_paths) 2025-07-13 01:04:41,885 [ 400475 ] INFO : utils dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/utils (runner:90, check_args_and_update_paths) 2025-07-13 01:04:41,885 [ 400475 ] INFO : base_configs_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/programs/server, binary: /home/ubuntu/_work/_temp/test/build/clickhouse, cases_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:92, check_args_and_update_paths) clickhouse_integration_tests_volume Running pytest container as: 'docker run --rm --name clickhouse_integration_tests_dg1smx --privileged --dns-search='.' --memory=30709026816 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=5dc43a6382f0 -e DOCKER_BASE_TAG=5ccda723c1fc -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=d862517635bf -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS="--dist=loadfile -n 10 -rfEps --run-id=0 --color=no --durations=0 --report-log=parallel3_0.jsonl --report-log-exclude-logs-on-passed-tests 'test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-False-True]' 'test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-False]' 'test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-True]' test_refreshable_mat_view/test.py::test_long_query test_refreshable_mat_view/test.py::test_long_query_cancel test_refreshable_mat_view/test.py::test_query_fail test_refreshable_mat_view/test.py::test_query_retry 'test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, b as b FROM src1]' 'test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, number as b FROM numbers(2)]' 'test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, b as b FROM src1]' 'test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, number as b FROM numbers(2)]' 'test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, b as b FROM src1]' 'test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, number as b FROM numbers(2)]' 'test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, b as b FROM src1]' 'test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, number as b FROM numbers(2)]' test_storage_s3_queue/test_5.py::test_failed_commit test_storage_s3_queue/test_5.py::test_failure_in_the_middle 'test_storage_s3_queue/test_5.py::test_filtering_files[ordered]' 'test_storage_s3_queue/test_5.py::test_filtering_files[unordered]' 'test_storage_s3_queue/test_5.py::test_migration[]' 'test_storage_s3_queue/test_5.py::test_migration[s3queue_]' test_storage_s3_queue/test_5.py::test_upgrade_3 test_system_ddl_worker_queue/test.py::test_distributed_ddl_queue test_system_reload_async_metrics/test.py::test_system_reload_async_metrics test_system_start_stop_listen/test.py::test_all_protocols test_system_start_stop_listen/test.py::test_custom_protocols test_system_start_stop_listen/test.py::test_default_protocols test_system_start_stop_listen/test.py::test_except test_table_functions_access_rights/test.py::test_merge test_table_functions_access_rights/test.py::test_view_if_permitted test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_with_interserver_listen_host test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_without_interserver_listen_host test_text_log_level/test.py::test_basic test_tlsv1_3/test.py::test_create_user test_tlsv1_3/test.py::test_https test_tlsv1_3/test.py::test_https_non_ssl_auth test_tlsv1_3/test.py::test_https_wrong_cert -vvv " altinityinfra/integration-tests-runner:ad96270260ff '. Start tests ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache Test order randomisation NOT enabled. Enable with --random-order or --random-order-bucket= rootdir: /ClickHouse/tests/integration configfile: pytest.ini plugins: timeout-2.3.1, repeat-0.9.3, order-1.0.0, reportlog-0.4.0, xdist-3.5.0, random-order-1.1.1 timeout: 900.0s timeout method: signal timeout func_only: False created: 10/10 workers 10 workers [37 items] scheduling tests via LoadFileScheduling test_system_start_stop_listen/test.py::test_all_protocols test_storage_s3_queue/test_5.py::test_failed_commit test_system_reload_async_metrics/test.py::test_system_reload_async_metrics test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-False-True] test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_with_interserver_listen_host test_tlsv1_3/test.py::test_create_user test_system_ddl_worker_queue/test.py::test_distributed_ddl_queue test_table_functions_access_rights/test.py::test_merge test_text_log_level/test.py::test_basic [gw5] [ 2%] PASSED test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_with_interserver_listen_host test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_without_interserver_listen_host [gw5] [ 5%] PASSED test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_without_interserver_listen_host [gw3] [ 8%] PASSED test_tlsv1_3/test.py::test_create_user test_tlsv1_3/test.py::test_https [gw3] [ 10%] PASSED test_tlsv1_3/test.py::test_https test_tlsv1_3/test.py::test_https_non_ssl_auth [gw3] [ 13%] PASSED test_tlsv1_3/test.py::test_https_non_ssl_auth test_tlsv1_3/test.py::test_https_wrong_cert [gw3] [ 16%] PASSED test_tlsv1_3/test.py::test_https_wrong_cert [gw6] [ 18%] PASSED test_system_reload_async_metrics/test.py::test_system_reload_async_metrics [gw9] [ 21%] PASSED test_text_log_level/test.py::test_basic [gw4] [ 24%] PASSED test_table_functions_access_rights/test.py::test_merge test_table_functions_access_rights/test.py::test_view_if_permitted [gw4] [ 27%] PASSED test_table_functions_access_rights/test.py::test_view_if_permitted [gw7] [ 29%] PASSED test_system_ddl_worker_queue/test.py::test_distributed_ddl_queue [gw0] [ 32%] PASSED test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-False-True] test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-False] [gw2] [ 35%] PASSED test_system_start_stop_listen/test.py::test_all_protocols test_system_start_stop_listen/test.py::test_custom_protocols [gw2] [ 37%] PASSED test_system_start_stop_listen/test.py::test_custom_protocols test_system_start_stop_listen/test.py::test_default_protocols [gw0] [ 40%] PASSED test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-False] test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-True] [gw0] [ 43%] PASSED test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-True] test_refreshable_mat_view/test.py::test_long_query [gw2] [ 45%] PASSED test_system_start_stop_listen/test.py::test_default_protocols test_system_start_stop_listen/test.py::test_except [gw2] [ 48%] PASSED test_system_start_stop_listen/test.py::test_except [gw0] [ 51%] PASSED test_refreshable_mat_view/test.py::test_long_query test_refreshable_mat_view/test.py::test_long_query_cancel [gw0] [ 54%] PASSED test_refreshable_mat_view/test.py::test_long_query_cancel test_refreshable_mat_view/test.py::test_query_fail [gw0] [ 56%] PASSED test_refreshable_mat_view/test.py::test_query_fail test_refreshable_mat_view/test.py::test_query_retry [gw0] [ 59%] PASSED test_refreshable_mat_view/test.py::test_query_retry test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, b as b FROM src1] [gw0] [ 62%] PASSED test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, b as b FROM src1] test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, number as b FROM numbers(2)] [gw0] [ 64%] PASSED test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, number as b FROM numbers(2)] test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, b as b FROM src1] [gw0] [ 67%] PASSED test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, b as b FROM src1] test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, number as b FROM numbers(2)] [gw0] [ 70%] PASSED test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, number as b FROM numbers(2)] test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, b as b FROM src1] [gw0] [ 72%] PASSED test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, b as b FROM src1] test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, number as b FROM numbers(2)] [gw0] [ 75%] PASSED test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, number as b FROM numbers(2)] test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, b as b FROM src1] [gw0] [ 78%] PASSED test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, b as b FROM src1] test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, number as b FROM numbers(2)] [gw0] [ 81%] PASSED test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, number as b FROM numbers(2)] [gw1] [ 83%] PASSED test_storage_s3_queue/test_5.py::test_failed_commit test_storage_s3_queue/test_5.py::test_failure_in_the_middle [gw1] [ 86%] PASSED test_storage_s3_queue/test_5.py::test_failure_in_the_middle test_storage_s3_queue/test_5.py::test_filtering_files[ordered] [gw1] [ 89%] PASSED test_storage_s3_queue/test_5.py::test_filtering_files[ordered] test_storage_s3_queue/test_5.py::test_filtering_files[unordered] [gw1] [ 91%] PASSED test_storage_s3_queue/test_5.py::test_filtering_files[unordered] test_storage_s3_queue/test_5.py::test_migration[] [gw1] [ 94%] PASSED test_storage_s3_queue/test_5.py::test_migration[] test_storage_s3_queue/test_5.py::test_migration[s3queue_] [gw1] [ 97%] PASSED test_storage_s3_queue/test_5.py::test_migration[s3queue_] test_storage_s3_queue/test_5.py::test_upgrade_3 [gw1] [100%] PASSED test_storage_s3_queue/test_5.py::test_upgrade_3 ----------------- generated report log file: parallel3_0.jsonl ----------------- ============================== slowest durations =============================== 227.99s setup test_storage_s3_queue/test_5.py::test_failed_commit 93.49s call test_storage_s3_queue/test_5.py::test_failure_in_the_middle 45.09s call test_storage_s3_queue/test_5.py::test_migration[s3queue_] 31.65s call test_storage_s3_queue/test_5.py::test_migration[] 21.99s teardown test_storage_s3_queue/test_5.py::test_upgrade_3 20.31s setup test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-False-True] 18.33s setup test_system_start_stop_listen/test.py::test_all_protocols 18.16s call test_storage_s3_queue/test_5.py::test_filtering_files[unordered] 17.01s setup test_system_ddl_worker_queue/test.py::test_distributed_ddl_queue 16.61s call test_refreshable_mat_view/test.py::test_long_query_cancel 13.78s setup test_table_functions_access_rights/test.py::test_merge 13.04s setup test_system_reload_async_metrics/test.py::test_system_reload_async_metrics 12.95s setup test_text_log_level/test.py::test_basic 12.72s setup test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_with_interserver_listen_host 12.51s call test_storage_s3_queue/test_5.py::test_upgrade_3 12.01s setup test_tlsv1_3/test.py::test_create_user 10.13s call test_storage_s3_queue/test_5.py::test_filtering_files[ordered] 9.40s call test_refreshable_mat_view/test.py::test_long_query 6.44s setup test_storage_s3_queue/test_5.py::test_upgrade_3 5.76s setup test_storage_s3_queue/test_5.py::test_migration[s3queue_] 4.61s teardown test_system_ddl_worker_queue/test.py::test_distributed_ddl_queue 4.41s call test_system_start_stop_listen/test.py::test_all_protocols 4.38s teardown test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_without_interserver_listen_host 4.36s teardown test_tlsv1_3/test.py::test_https_wrong_cert 4.26s teardown test_system_start_stop_listen/test.py::test_except 3.77s call test_system_start_stop_listen/test.py::test_except 3.51s teardown test_table_functions_access_rights/test.py::test_view_if_permitted 3.23s call test_storage_s3_queue/test_5.py::test_failed_commit 2.29s teardown test_text_log_level/test.py::test_basic 2.10s call test_system_start_stop_listen/test.py::test_default_protocols 1.75s teardown test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, number as b FROM numbers(2)] 1.65s call test_refreshable_mat_view/test.py::test_query_retry 1.57s call test_system_ddl_worker_queue/test.py::test_distributed_ddl_queue 1.56s setup test_refreshable_mat_view/test.py::test_query_fail 1.56s setup test_refreshable_mat_view/test.py::test_long_query_cancel 1.36s call test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-False-True] 1.21s setup test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-False] 1.17s call test_system_start_stop_listen/test.py::test_custom_protocols 1.07s teardown test_system_reload_async_metrics/test.py::test_system_reload_async_metrics 1.06s setup test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, number as b FROM numbers(2)] 1.05s call test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-False] 1.01s call test_table_functions_access_rights/test.py::test_merge 1.01s setup test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, b as b FROM src1] 1.00s setup test_storage_s3_queue/test_5.py::test_failure_in_the_middle 0.98s call test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-True] 0.96s setup test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, b as b FROM src1] 0.96s setup test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, number as b FROM numbers(2)] 0.96s call test_table_functions_access_rights/test.py::test_view_if_permitted 0.93s call test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, number as b FROM numbers(2)] 0.91s setup test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, number as b FROM numbers(2)] 0.91s setup test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, b as b FROM src1] 0.90s call test_tlsv1_3/test.py::test_create_user 0.86s setup test_refreshable_mat_view/test.py::test_long_query 0.86s setup test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-True] 0.80s setup test_storage_s3_queue/test_5.py::test_filtering_files[ordered] 0.76s setup test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, number as b FROM numbers(2)] 0.76s setup test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, b as b FROM src1] 0.61s setup test_refreshable_mat_view/test.py::test_query_retry 0.59s call test_text_log_level/test.py::test_basic 0.56s call test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, b as b FROM src1] 0.50s call test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, number as b FROM numbers(2)] 0.50s call test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, b as b FROM src1] 0.50s call test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, b as b FROM src1] 0.43s setup test_storage_s3_queue/test_5.py::test_migration[] 0.42s call test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, number as b FROM numbers(2)] 0.41s call test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, b as b FROM src1] 0.40s call test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, number as b FROM numbers(2)] 0.38s setup test_storage_s3_queue/test_5.py::test_filtering_files[unordered] 0.32s call test_system_reload_async_metrics/test.py::test_system_reload_async_metrics 0.23s call test_refreshable_mat_view/test.py::test_query_fail 0.16s call test_tlsv1_3/test.py::test_https_non_ssl_auth 0.07s call test_tlsv1_3/test.py::test_https 0.07s teardown test_table_functions_access_rights/test.py::test_merge 0.05s call test_tlsv1_3/test.py::test_https_wrong_cert 0.01s teardown test_storage_s3_queue/test_5.py::test_migration[s3queue_] 0.00s call test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_with_interserver_listen_host 0.00s teardown test_storage_s3_queue/test_5.py::test_filtering_files[unordered] 0.00s call test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_without_interserver_listen_host 0.00s teardown test_storage_s3_queue/test_5.py::test_filtering_files[ordered] 0.00s teardown test_storage_s3_queue/test_5.py::test_migration[] 0.00s teardown test_storage_s3_queue/test_5.py::test_failed_commit 0.00s teardown test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-False-True] 0.00s teardown test_storage_s3_queue/test_5.py::test_failure_in_the_middle 0.00s setup test_system_start_stop_listen/test.py::test_except 0.00s teardown test_refreshable_mat_view/test.py::test_long_query 0.00s teardown test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, b as b FROM src1] 0.00s teardown test_tlsv1_3/test.py::test_https_non_ssl_auth 0.00s teardown test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, b as b FROM src1] 0.00s setup test_system_start_stop_listen/test.py::test_default_protocols 0.00s teardown test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, number as b FROM numbers(2)] 0.00s teardown test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, number as b FROM numbers(2)] 0.00s teardown test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, number as b FROM numbers(2)] 0.00s teardown test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, b as b FROM src1] 0.00s teardown test_system_start_stop_listen/test.py::test_all_protocols 0.00s setup test_tlsv1_3/test.py::test_https 0.00s setup test_table_functions_access_rights/test.py::test_view_if_permitted 0.00s teardown test_system_start_stop_listen/test.py::test_default_protocols 0.00s setup test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_without_interserver_listen_host 0.00s teardown test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_with_interserver_listen_host 0.00s setup test_tlsv1_3/test.py::test_https_wrong_cert 0.00s teardown test_refreshable_mat_view/test.py::test_query_retry 0.00s teardown test_refreshable_mat_view/test.py::test_long_query_cancel 0.00s teardown test_refreshable_mat_view/test.py::test_query_fail 0.00s teardown test_system_start_stop_listen/test.py::test_custom_protocols 0.00s teardown test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-False] 0.00s teardown test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, b as b FROM src1] 0.00s teardown test_tlsv1_3/test.py::test_create_user 0.00s teardown test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-True] 0.00s setup test_system_start_stop_listen/test.py::test_custom_protocols 0.00s setup test_tlsv1_3/test.py::test_https_non_ssl_auth 0.00s teardown test_tlsv1_3/test.py::test_https =========================== short test summary info ============================ PASSED test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_with_interserver_listen_host PASSED test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_without_interserver_listen_host PASSED test_tlsv1_3/test.py::test_create_user PASSED test_tlsv1_3/test.py::test_https PASSED test_tlsv1_3/test.py::test_https_non_ssl_auth PASSED test_tlsv1_3/test.py::test_https_wrong_cert PASSED test_system_reload_async_metrics/test.py::test_system_reload_async_metrics PASSED test_text_log_level/test.py::test_basic PASSED test_table_functions_access_rights/test.py::test_merge PASSED test_table_functions_access_rights/test.py::test_view_if_permitted PASSED test_system_ddl_worker_queue/test.py::test_distributed_ddl_queue PASSED test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-False-True] PASSED test_system_start_stop_listen/test.py::test_all_protocols PASSED test_system_start_stop_listen/test.py::test_custom_protocols PASSED test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-False] PASSED test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-True] PASSED test_system_start_stop_listen/test.py::test_default_protocols PASSED test_system_start_stop_listen/test.py::test_except PASSED test_refreshable_mat_view/test.py::test_long_query PASSED test_refreshable_mat_view/test.py::test_long_query_cancel PASSED test_refreshable_mat_view/test.py::test_query_fail PASSED test_refreshable_mat_view/test.py::test_query_retry PASSED test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, b as b FROM src1] PASSED test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, number as b FROM numbers(2)] PASSED test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, b as b FROM src1] PASSED test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, number as b FROM numbers(2)] PASSED test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, b as b FROM src1] PASSED test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, number as b FROM numbers(2)] PASSED test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, b as b FROM src1] PASSED test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, number as b FROM numbers(2)] PASSED test_storage_s3_queue/test_5.py::test_failed_commit PASSED test_storage_s3_queue/test_5.py::test_failure_in_the_middle PASSED test_storage_s3_queue/test_5.py::test_filtering_files[ordered] PASSED test_storage_s3_queue/test_5.py::test_filtering_files[unordered] PASSED test_storage_s3_queue/test_5.py::test_migration[] PASSED test_storage_s3_queue/test_5.py::test_migration[s3queue_] PASSED test_storage_s3_queue/test_5.py::test_upgrade_3 ======================== 37 passed in 488.37s (0:08:08) ========================